(clipboard-yank): avoid checking (x-selection-exists-p) if unbound in
authorDavid Reitter <david.reitter@gmail.com>
Wed, 4 Mar 2009 18:57:30 +0000 (18:57 +0000)
committerDavid Reitter <david.reitter@gmail.com>
Wed, 4 Mar 2009 18:57:30 +0000 (18:57 +0000)
order to enable the item.  For paste menu item, same, and check
kill-ring.

lisp/ChangeLog

index 2e64fd0b3ed2c091fc323f113516d6e26b4abf57..a47df2cd1f68f2690c637e2b296be19bd27e8a93 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-04  David Reitter <david.reitter@gmail.com>
+
+       * menu-bar.el (clipboard-yank): avoid
+       checking (x-selection-exists-p) if unbound in order to enable the
+       item.  For paste menu item, same, and check kill-ring.
+
 2009-03-04  Sam Steingold  <sds@gnu.org>
 
        * progmodes/compile.el (compilation-error-regexp-alist-alist):